home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / quoter10.zip / QUOTER.DOC next >
Text File  |  1991-06-21  |  5KB  |  108 lines

  1.  
  2.  
  3.                         {COMMO} AutoQuoter v1.0
  4.  
  5.  
  6.                     By Brad Wilson and Brian Matusz
  7.                   Copyright (C) 1991 Crucial Software
  8.  
  9.  
  10.  
  11. Introduction
  12. ------------
  13.  
  14. What?  You like {COMMO} but you think that the default quoting macro they
  15. provide is less than admirable?  Think you're alone?  Doubtful!  We wrote this
  16. program in about 15 minutes, the original version at least.  Then we decided
  17. that something like this shouldn't be left to itself, and decided to put an
  18. interface on it and distribute for the modest fee of $0.25.  Send your quarter
  19. (sorry, if you send a stamp, no change will be returned) to us today!  We'll
  20. consider you a registered user with no additional benefits.
  21.  
  22. Seriously, this works rather nice.  The original version used ANSI codes to
  23. run the colors, which didn't work so well with Telegard and TAG for screen
  24. pauses.  The new version (this one) supports Telegard/TAG style color changes
  25. through the CTRL-P number method.  This allows you to change your colors
  26. through the personal setup and run with it from there.
  27.  
  28.  
  29. How do I use the thing???
  30. -------------------------
  31.  
  32. Well, it's rather simple.  The macro that I use (uses the GREY PLUS key to
  33. activate) is the following:
  34.  
  35.  
  36. AutoQuoter v1.0 COMMO Macro
  37.  
  38.   {gr+} {screen n,c:\data\temp\quote.txt} {scroll} {exen quoter}
  39.         {asci c:\data\temp\quote.$$$} {exen del c:\data\temp\quote.txt >nul}
  40.         {exen del c:\data\temp\quote.$$$ >nul} {screen n,OLD SCREEN FILE} {}
  41.  
  42. Rather simple.  All this does is change the file name for scrollback, ask you
  43. to write some scrollback to file, then QUOTER.EXE takes over and lets you run
  44. the quoting module that transforms the raw text into something that looks like
  45. a quote!  It uploads the new file, deletes the temporary files, and runs back
  46. to terminal mode.
  47.  
  48. QUOTER.EXE uses a data file that is placed in the directory where QUOTER.EXE
  49. is and is called QUOTER.DAT.  It saves all the changes you make to this file
  50. every time before you exit.
  51.  
  52.  
  53. Some of the more (annoying?) features
  54. -------------------------------------
  55.  
  56. 1.  Telegard/TAG color support
  57.  
  58. Allows you to assign two colors based on the Telegard/TAG color system of
  59. CTRL-P and then a number.  A checkbox is available to turn the color support
  60. off if you plan to use this with any other system than Telegard/TAG/WWIV.
  61.  
  62. 2.  Configurable file paths
  63.  
  64. The files used for input and output are configurable so that you can place
  65. them anywhere you want.  Just modify the stock macro to reflect correct paths
  66. and such.  It is even possible to run the whole thing from your COMMO
  67. directory and use no paths.
  68.  
  69. 3.  Automatic redundancy checkoff
  70.  
  71. If you quote more than once to the same person, AutoQuoter knows it and
  72. doesn't place a header out the next time you quote.  So when you start QUOTER
  73. it initially has this option off.  It can be simply overridden by going to the
  74. check box and changing it's state.  Because some people may want to always
  75. have a header or never have a header, this function can be overridden by a
  76. command line option.  Using {exen quoter @} will cause QUOTER to not perform
  77. this function.  Otherwise, any time you change the recipiant's name, the box
  78. will become automatically checked for the first output and automatically
  79. unchecked for subsequent quotes.
  80.  
  81.  
  82. How do I navigate through QUOTER?
  83. ---------------------------------
  84.  
  85. Quoter uses the intuitive interface for input found more commonly in Microsoft
  86. and Borland products.  The input allows the toggling of the insert status
  87. (indicated by a cursor size change) and other features.  Use the up and down
  88. arrows to navigate through the different fields, or the ENTER key to move to
  89. the next field.  Press ESC when you are finished.
  90.  
  91.  
  92. What if I have problems with QUOTER?
  93. ------------------------------------
  94.  
  95. We are available for technical support through our BBS, "the Land of Rape and
  96. Honey".  We run a US Robotics Dual Standard, and accept calls at 2400 baud and
  97. up.  The number is [313] 625-1484.  Brad Wilson uses the handle Divinity and
  98. Brian Matusz uses the handle Spahn Dirge.  Either SysOp will be happy to
  99. answer any questions you may have about QUOTER.
  100.  
  101. Typical:  Hi to Zman, Kitty, North Pole and Dj.  Everyone should run Telegard!
  102. Not like this is a biased statement or anything... :^)
  103.  
  104. Let us know what you think of this program and {COMMO} as a terminal program.
  105. We are always interested in what the user thinks!  See you in the real
  106. world...
  107.  
  108.